Crate gix_hash

source ·
Expand description

This crate provides types for identifying git objects using a hash digest.

These are provided in borrowed versions as well as an owned one.

Feature Flags

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

Modules

Structs

  • An partial, owned hash possibly identifying an object uniquely, whose non-prefix bytes are zeroed.
  • A borrowed reference to a hash identifying objects.

Enums

  • Denotes the kind of function to produce a ObjectId.
  • An owned hash identifying objects, most commonly Sha1